projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92a3826
)
(read_avail_input): Turn O_NDELAY off on DGUX as on USG.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 30 Dec 1993 07:49:15 +0000
(07:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 30 Dec 1993 07:49:15 +0000
(07:49 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 640d5b775228be07c289dbef90c24d9b929c4b06..2b85c37d5694acc18bc70209b8cfdd0734b2802d 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-3170,9
+3170,9
@@
read_avail_input (expected)
}
#ifndef FIONREAD
-#if
def USG
+#if
defined (USG) || defined (DGUX)
fcntl (fileno (stdin), F_SETFL, 0);
-#endif /* USG */
+#endif /* USG
or DGUX
*/
#endif /* no FIONREAD */
for (i = 0; i < nread; i++)
{